home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 April / EnigmA AMIGA RUN 26 (1998)(G.R. Edizioni)(IT)[!][issue 1998-04].iso / earkit / useful / graburl / graburl.readme < prev    next >
Text File  |  1998-03-13  |  1KB  |  41 lines

  1. Short:        Utilities to fetch HTTP files. (22/02/97)
  2. Author:       emonds@jsp.umontreal.ca (Serge Emond)
  3. Uploader:     emonds@jsp.umontreal.ca (Serge Emond)
  4. Type:         comm/www
  5. Distribution: NoCD
  6.  
  7. Requires at least OS 3.0, rexxdossupport.library V2 and AmiTCP 4.0+.
  8. Rexxdossupport can be found on AmiNet (util/rexx/rexxdossupport.lha)
  9.  
  10. This archive contains executables for 68000.  Newest releases (including
  11. programs compiled for 020/030/040) can be found on:
  12.  
  13.     http://www.jsp.umontreal.ca/~emonds/GrabURL.html.
  14.  
  15. Contains 4 things:
  16. 1) GrabHTTP.   Can grab files using the HTTP protocol.  (ARexx host)
  17. 2) UrlManager. Keep a list of urls.  (ARexx host)
  18. 3) ScanHTML.   Scans an HTML file and creates a list of the urls
  19.                contained in it.
  20. 4) GrabURL.rexx.
  21.  
  22. The last one uses the 3 others to grab one or more files using HTTP.
  23.  
  24. It can collect files recursively using AmigaDOS patterns and has a lot of
  25. options.
  26.  
  27. GrabHTTP also has a small GUI indicating the progress of the download.
  28.  
  29. This is freeware.  It works without crashing on my system.
  30.  
  31. Comments are welcome.
  32.  
  33. ---
  34. Partial change-list since last release:
  35.   GrabURL 1.05
  36.     - Was downloading urls like ".../index.html#buz" instead
  37.       of ".../index.html".
  38.   ScanHTML 1.02
  39.     - Removed "NO#" switch (discarded urls with "#", useless).
  40.     - New "STRIP#" argument: truncate urls at "#".
  41.